home *** CD-ROM | disk | FTP | other *** search
- #ifndef TTYH
- #define TTYH
- /* In ttydriv.c: */
- struct mbuf *ttydriv __ARGS((struct session *sp,char c));
-
- struct ttystate {
- struct mbuf *line; /* Line buffer */
- int echo; /* Keyboard local echoing? */
- int edit; /* Local editing? */
- int crnl; /* Translate cr to lf? */
- };
- #endif
-
-